Compare commits
	
		
			2 commits
		
	
	
		
			68fca7cbde
			...
			6f69abe973
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						6f69abe973 | ||
| 
							 | 
						211490bd6f | 
					 2 changed files with 4 additions and 0 deletions
				
			
		
							
								
								
									
										3
									
								
								client-solid/public/robots.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								client-solid/public/robots.txt
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,3 @@
 | 
				
			||||||
 | 
					User-agent: *
 | 
				
			||||||
 | 
					Disallow: /settings/
 | 
				
			||||||
 | 
					Disallow: /public/
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
use rand::Rng;
 | 
					use rand::Rng;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// This will do for now
 | 
					// This will do for now
 | 
				
			||||||
 | 
					#[allow(dead_code)]
 | 
				
			||||||
pub fn hex_string(length: usize) -> String {
 | 
					pub fn hex_string(length: usize) -> String {
 | 
				
			||||||
    let mut rng = rand::thread_rng();
 | 
					    let mut rng = rand::thread_rng();
 | 
				
			||||||
    let mut bytes = vec![0u8; length];
 | 
					    let mut bytes = vec![0u8; length];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue