all name changes

This commit is contained in:
2022-11-20 19:54:14 +01:00
parent 0b591773f5
commit 6385a65c4f
19 changed files with 81 additions and 81 deletions

View File

@ -10,7 +10,7 @@
//! ```rust
//! use std::any::Any;
//! use std::error::Error;
//! use fsrc_core::objects::{ManagedSystemObject, ObjectId, ObjectManager, SystemObject};
//! use satrs_core::objects::{ManagedSystemObject, ObjectId, ObjectManager, SystemObject};
//!
//! struct ExampleSysObj {
//! id: ObjectId,