Docs.rs
thread-rule-engine-0.1.0
thread-rule-engine 0.1.0
Permalink
Docs.rs crate page
AGPL-3.0-or-later
AND
MIT
Links
Repository
crates.io
Source
Owners
bashandbone
Dependencies
bit-set ^0.8.0
normal
globset ^0.4.16
normal
mimalloc ^0.1.48
normal
optional
regex ^1.12.2
normal
schemars ^1.2.0
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
serde_yml ^0.0.12
normal
thiserror ^2.0.17
normal
thread-ast-engine ^0.1.0
normal
thread-utilities ^0.1.3
normal
criterion ^0.8.2
dev
thread-ast-engine ^0.1.0
dev
thread-language ^0.1.0
dev
tree-sitter >=0.25.0
dev
tree-sitter-javascript ^0.25.0
dev
tree-sitter-python ^0.25.0
dev
tree-sitter-rust ^0.24.0
dev
tree-sitter-typescript ^0.23.2
dev
cc ^1.2.30
build
Versions
41.75%
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
GlobalRules
thread_
rule_
engine
0.1.0
Global
Rules
Aliased Type
Methods
insert
In crate thread_
rule_
engine
thread_rule_engine
Type Alias
Global
Rules
Copy item path
Source
pub type GlobalRules = Registration<
RuleCore
>;
Aliased Type
§
pub struct GlobalRules(
/* private fields */
);
Implementations
§
Source
§
impl
GlobalRules
Source
pub fn
insert
(&self, id: &
str
, rule:
RuleCore
) ->
Result
<
()
, ReferentRuleError>