Docs.rs
  • spring-boot-0.0.4
    • spring-boot 0.0.4
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • holmofy
    • Dependencies
      • anyhow ^1.0 normal
      • async-trait ^0.1.81 normal
      • dashmap ^6.0.1 normal
      • dotenvy ^0.15.7 normal
      • inventory ^0.3.15 normal
      • schemars ^0.8.21 normal
      • serde ^1.0 normal
      • serde-toml-merge ^0.3.8 normal
      • thiserror ^1.0.62 normal
      • tokio ^1.38 normal
      • toml ^0.8.14 normal
      • tracing ^0.1.40 normal
      • tracing-subscriber ^0.3.18 normal
    • Versions
    • 34% of the crate is documented
  • Go to latest version
  • 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

Crate spring_boot

spring_boot0.0.4

  • All Items
  • Modules

Crates

  • spring_boot
?
Settings

Crate spring_boot

source ·

Modules§

  • app
  • config
  • error
  • log
  • plugin

Results

module
spring_boot::plugin
trait
spring_boot::plugin::Plugin
struct
spring_boot::plugin::PluginRef
method
spring_boot::app::AppBuilder::is_plugin_added
Returns true if the Plugin has already been added.
method
spring_boot::app::AppBuilder::add_plugin
add plugin
method
spring_boot::plugin::Plugin::name
Configures a name for the Plugin which is primarily used …
trait method
spring_boot::plugin::Plugin::config_prefix
Prefix used to read toml configuration. If you need to …
method
spring_boot::plugin::Plugin::dependencies
A list of plugins to depend on. The plugin will be built …
method
spring_boot::app::AppBuilder::add_plugin
add plugin
trait method
spring_boot::plugin::Plugin::build
Configures the [App] to which this plugin is added.
method
spring_boot::app::AppBuilder::get_config
Get the configuration items of the plugin according to the …
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.