Docs.rs
blr-active-0.1.0
blr-active 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
wamli
Dependencies
blr-core ^0.1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2.0
normal
approx ^0.5
dev
Versions
99.32%
of the crate is documented
Platform
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
Skip to main content
Module error
blr_
active
0.1.0
Module error
Module Items
Enums
Type Aliases
In crate blr_
active
blr_active
Module
error
Copy item path
Source
Enums
§
ALError
Errors that can arise during active learning operations.
Type Aliases
§
ALResult
Convenience alias for
Result<T, ALError>
.