Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarson committed Mar 28, 2022
1 parent 03d39df commit ae13825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ fn main() -> Result<(), ParserError> {
```

## Using Extensions
Extensions give a more flexible way of adding functionality at runtime. Extensions are written in javascript.

Extensions are enabled by default, and can be excluded by disabling the crate's "extensions" feature

Extensions can be loaded as follows:
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
//! ```
//!
//! ## Using Extensions
//! Extensions give a more flexible way of adding functionality at runtime. Extensions are written in javascript.
//!
//! Extensions are enabled by default, and can be excluded by disabling the crate's "extensions" feature
//!
//! Extensions can be loaded as follows:
Expand Down

0 comments on commit ae13825

Please sign in to comment.