Skip to content

Commit 506e58f

Browse files
committed
deploy: 5433fde
0 parents  commit 506e58f

119 files changed

Lines changed: 23804 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 9475a49a15f6d04d018fb8ad4cc13bd2
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7
15.2 KB
Binary file not shown.
6.15 KB
Binary file not shown.
4.4 KB
Binary file not shown.
3.98 KB
Binary file not shown.
6.27 KB
Binary file not shown.

.doctrees/README.doctree

11.8 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"calculator","version":"0.1.0"}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"path":["calculator","CalculatorError"],"docstring":"Errors that can occur during calculator operations.","variants":[{"path":["calculator","CalculatorError","DivisionByZero"],"docstring":"Attempted to divide by zero.","discriminant":null,"fields":[]},{"path":["calculator","CalculatorError","Overflow"],"docstring":"The result overflowed.","discriminant":null,"fields":[]}]}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"file":"/home/runner/work/yardang/yardang/examples/rust/src/lib.rs","path":["calculator"],"docstring":"# Calculator Library\n\nA simple calculator library demonstrating Rust documentation with sphinx-rust.\n\nThis crate provides basic arithmetic operations and a calculator struct\nthat maintains a history of operations.\n\n## Example\n\n```rust\nuse calculator::{Calculator, Operation};\n\nlet mut calc = Calculator::new();\nlet result = calc.calculate(5.0, 3.0, Operation::Add);\nassert_eq!(result, 8.0);\n```","declarations":[]}

0 commit comments

Comments
 (0)