Docs.rs
esexpr-binary-0.1.20
esexpr-binary 0.1.20
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
argon-dev
Dependencies
derive_more ^1.0.0
normal
esexpr ^0.1.20
normal
itertools ^0.14.0
normal
num-bigint ^0.4.6
normal
esexpr-json ^0.1.20
dev
serde_json ^1.0.138
dev
Versions
0%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
esexpr_
binary
0.1.20
String
Pool
Required Methods
lookup
Implementors
In crate esexpr_
binary
esexpr_binary
Trait
StringPool
Copy item path
Source
pub trait StringPool { // Required method fn
lookup
(&mut self, s: &
str
) ->
Option
<
usize
>; }
Required Methods
§
Source
fn
lookup
(&mut self, s: &
str
) ->
Option
<
usize
>
Implementors
§
Source
§
impl
StringPool
for
FixedStringPool