Docs.rs
bourne-0.2.1
bourne 0.2.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ErisianArchitect
Dependencies
bournemacro ^0.1.0
normal
hashbrown ^0.14.5
normal
indexmap ^2.2.6
normal
optional
thiserror ^1.0.61
normal
Versions
63.27%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bourne
0.2.1
All Items
Crate Items
Modules
Macros
Enums
Traits
Type Aliases
Crate
bourne
Copy item path
Source
Modules
§
error
format
parse
Macros
§
json
Create a JSON object. Expressions are allowed as values as long as the result is convertible to a Value. Example:
Enums
§
Number
Value
JSON Value.
Traits
§
Array
Ext
Index
OrKey
Allows for indexing into a
Value
by
String
or
usize
Insert
Key
Object
Ext
Type Aliases
§
Value
Map
The Mapping that
Value
uses for
Value::Object
.
Uses
hashbrown::HashMap
.