File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 33First off, thanks for contributing!
44We appreciates you.
55
6+ ## Relationship to ** stac-utils/rustac**   
7+ 
8+ [ stac-utils/rustac] ( https://github.com/stac-utils/rustac )  is a Rust monorepo that provides _ most_  of the functionality of this Python package.
9+ It's pretty common that a bug in ** rustac-py**  is actually a bug in ** rustac** .
10+ Knowing which repository to work in can be a little tricky, so don't hesitate to reach out and ask.
11+ 
12+ ## Python environment  
13+ 
14+ It can be a little tricky to ensure that your Python environment is always up-to-date while developing a Rust+Python project.
15+ We're still figuring out the _ best_  way, but for now, try this:
16+ 
17+ ``` shell 
18+ uv sync
19+ python -m maturin_import_hook site install
20+ ``` 
21+ 
22+ This _ should_  make sure your ** pytest**  runs are picking up the latest changes to your Rust code.
23+ 
624## Testing  
725
826We aim for comprehensive unit testing of this library.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments